LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

DicomMatchDelegate<T1> Delegate

Show in webframe





The type of class to return on a match.
The data created from the match.
The original dataset returned from the C-FIND-REQ.
Represents the method that will handle a dicom match.
Syntax
public delegate void DicomMatchDelegate<T1>( 
   T1 obj,
   DicomDataSet ds
)
'Declaration
 
Public Delegate Sub DicomMatchDelegate(Of T1)( _
   ByVal obj As T1, _
   ByVal ds As DicomDataSet _
) 
'Usage
 
Dim instance As New DicomMatchDelegate(Of T1)(AddressOf HandlerMethod)

            

            
generic<typename T1>
public delegate void DicomMatchDelegate( 
   T1^ obj,
   DicomDataSet^ ds
)

Parameters

obj
The data created from the match.
ds
The original dataset returned from the C-FIND-REQ.

Type Parameters

T1
The type of class to return on a match.
Example
For an example refer to QueryRetrieveScu.Find<TQuery,TResult>
Requirements

Target Platforms

See Also

Reference

DicomMatchDelegate<T1> Members
Leadtools.Dicom.Scu Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scu requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features